.stripe{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0F2657;
    z-index: 2;
}

.stripe h1{
    color:white;
    margin: 0;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 22px;
}

@media (max-width: 992px) {
    .stripe{
        height: 75px;
    }
}